PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.operators Package / PDFPathPaintingOperator Class / getPathVisualObject Method
In This Topic
    getPathVisualObject Method
    In This Topic
    Gets the path painted by this operator.
    This property is set only when the property is set to true on the object that processes this operator
    Syntax
    public PDFPathVisualObject getPathVisualObject()

    Return Value

    A com.o2sol.pdf4java.content.visualobjects.PDFPathVisualObject object that describes the path being painted
    See Also